home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00114.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  157 b   |  8 lines

  1. on exitFrame
  2.   global whosnow, effectspath
  3.   if whosnow = "sue" then
  4.     sprite(74).visible = 1
  5.     sound playFile 2, effectspath & "found.aif"
  6.   end if
  7. end
  8.